-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: [CHERRY-PICK] CollectionSchema.autoID is deprecated #30011
Conversation
@PowderLi E2e jenkins job failed, comment |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2.3 #30011 +/- ##
==========================================
- Coverage 82.22% 82.20% -0.02%
==========================================
Files 834 834
Lines 120405 120408 +3
==========================================
- Hits 98998 98982 -16
- Misses 18183 18203 +20
+ Partials 3224 3223 -1
|
/run-cpu-e2e |
1. replace collSchema.AutoID with primaryField.AutoID 2. add a mew param `enableDynamicField` for create collection api 3. avoid data race about the access to metacache Signed-off-by: PowderLi <[email protected]>
cd7710d
to
9bef8b0
Compare
/approve |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: czs007, PowderLi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
issue: #30000
related to: milvus-proto #202
master pr: #30002
enableDynamic
&enableDynamicField
at the same time